﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	background-color: #f4f4f4;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/*党纪学习教育*/
body{background-color: #ffffff;}
.header{
    background: url(../images/top_bg.png) center top no-repeat;
    height: 829px;
    margin: 0 auto;
}
.mainContent{
    position: relative;
    min-height: 1200px;
    margin-top: -410px;
}
.moduleBox{
    width: 1250px;
    margin: 0 auto;
}
.moduleBox1{
    background-color: #fff;
    border-radius: 5px;
    padding: 25px 30px 10px;
}

.moduleBox1 .imgPicBox{
    position: relative;
}
.moduleBox1 .imgPicBox .pBox{
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 50px;
    background-color: rgba(0,0,0,.6);
    padding: 0 10px;
}
.moduleBox1 .imgPicBox .pBox p{
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.moduleBox1 .imgPicBox,.moduleBox4 .videoBox{
    width: 650px;
    height: 374px;
}
.moduleBox1 .imgPicBox img,.moduleBox4 .videoBox video{
    width: 100%;
    height: 100%;
}
.moduleBox1 .infoBox1,.moduleBox4 .infoBox1{
    width: calc(100% - 665px);
    margin-left: 15px;
    margin-top: -25px;
}
.moduleBox1 .infoBox1 ul li,.moduleBox4 .infoBox1 ul li{
    height: 75px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.moduleBox1 .infoBox1 ul li:last-child,.moduleBox4 .infoBox1 ul li:last-child{
    border-bottom: 0;
}
.moduleBox1 .infoBox1 ul li a,.moduleBox4 .infoBox1 ul li a{
    cursor: pointer;
}
.moduleBox1 .infoBox1 ul li a p,.moduleBox4 .infoBox1 ul li a p{
    font-size: 17px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleBox1 .infoBox1 ul li a:hover p,.moduleBox4 .infoBox1 ul li a:hover p{
    font-size: 20px;
    font-weight: bold;
}
.moduleBox1 .infoBox1 .moreBtn1{
    width: 100%;
    height: 35px;
    background-color: #f6faff;
    font-size: 17px;
    color: #4277bf;
    text-align: center;
    line-height: 35px;
    display: block;
    cursor: pointer;
}
.moduleBox .sub_title{
    width: 100%;
    position: relative;
}
.moduleBox .sub_title .sub_title_img{
    width: 100%;
}
.moduleBox .sub_title .moreBtn2{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #4277bf;
    cursor: pointer;
}
.moduleBox .sub_title .moreBtn2 img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.moduleBox2,.moduleBox3{
    padding: 0 30px;
}
.moduleBox2 .picList{
    margin-top: 40px;
}
.moduleBox2 .picList .pic_list{
    width: calc((100% - 60px) / 4);
    height: 170px;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.moduleBox2 .picList .pic_list:nth-child(4n){
    margin-right: 0;
}
.moduleBox2 .picList .pic_list img{
    width: 100%;
    height: 100%;
}
.moduleBox2 .picList .pic_list .pic_info{
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.moduleBox2 .picList .pic_list .pic_info p{
    font-size: 19px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleBox3 .picList2{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
    cursor: pointer;
}
.moduleBox3 .picList2 img{
    width: 100%;
}
.moduleBox4{
    background-color: #f6faff;
    padding: 0 30px 30px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.moduleBox4 .videoInfoBox{
    margin-top: 40px;
}
.moduleBox4 .videoBox{
    border-radius: 5px;
    overflow: hidden;
}
.moduleBox4 .infoBox1{
    margin-top: -15px;
}

.moduleBox7{
    padding: 0 30px;
}
.moduleBox7 .picList3{
    margin-top: 15px;
}
.moduleBox7 .picList3 .banner_list{
    width: calc(50% - 15px);
    height: 101px;
    margin-right: 30px;
    margin-bottom: 25px;
    cursor: pointer;
}
.moduleBox7 .picList3 .banner_list:nth-child(2n){
    margin-right: 0;
}
.moduleBox7 .picList3 .banner_list img{
    width: 100%;
    height: 100%;
}
.moduleBox_two{
    width: 1166px;
    height: 345px;
    background: url(../images/s_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-bottom: 25px;
}
.moduleBox5,.moduleBox6{
    width: 50%;
}
.moduleBox5 .sub_title2{
    width: calc(100% + 55px);
    margin-top: 20px;
    margin-left: -55px;
}
.moduleBox5 .sub_title2 .sub_title_img2,.moduleBox6 .sub_title2 .sub_title_img2{
    width: 250px;
}
.moduleBox5 .sub_title2 .moreBtn3,.moduleBox6 .sub_title2 .moreBtn3{
    font-size: 17px;
    color: #4277bf;
    cursor: pointer;
}
.moduleBox5 .sub_title2 .moreBtn3 img,.moduleBox6 .sub_title2 .moreBtn3 img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.moduleBox6 .sub_title2{
    width: calc(100% + 55px);
    margin-top: 20px;
    margin-right: -55px;
}
.moduleBox6 .sub_title2 .moreBtn3{
    margin-left: 55px;
}
.moduleBox_two .infoBox2 ul li{
    height: 65px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.moduleBox_two .infoBox2 ul li a{
    cursor: pointer;
}
.moduleBox_two .infoBox2 ul li a p{
    font-size: 17px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.moduleBox_two .infoBox2 ul li a:hover p{
    font-size: 20px;
    font-weight: bold;
}
.moduleBox5 .infoBox2 ul li:nth-child(2){
    padding: 0 40px 0 30px;
}
.moduleBox5 .infoBox2 ul li:nth-child(3){
    padding: 0 50px 0 30px;
}
.moduleBox5 .infoBox2 ul li:nth-child(4){
    padding: 0 60px 0 30px;
}
.moduleBox6 .infoBox2 ul li:nth-child(1){
    padding: 0 30px 0 50px;
}
.moduleBox6 .infoBox2 ul li:nth-child(2){
    padding: 0 30px 0 40px;
}
.moduleBox6 .infoBox2 ul li:nth-child(3){
    padding: 0 30px;
}
.moduleBox6 .infoBox2 ul li:nth-child(4){
    padding: 0 30px 0 20px;
}


/*footer*/
.footer {
    width: 100%;
    text-align: center;
    background-color: #ab0c15;
    padding: 25px 0 20px;
    margin-top: 40px;
}
.footer ul{
    margin-bottom: 10px;
}
.footer ul li a{
    font-size: 12px;
    color: #fff;
}
.footer ul li{
    position: relative;
    padding: 0 15px;
}
.footer ul li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.footer p a:not(:last-child) {
    margin-right: 30px;
}
.footer .bottom_s2 {
    margin-top: 15px;
    width: 50px;
}
.footer p a img {
    margin-right: 5px;
}

/*特殊字体*/
@font-face {
    font-family: 'DFPSongW12-GB';
    src: url('DFPSongW12.woff2') format('woff2'),
    url('DFPSongW12.woff') format('woff'),
    url('DFPSongW12.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.moduleBox .sub_title h1{
    font-size: 34px;
    color: #134fa0;
    font-family: 'DFPSongW12-GB';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.moduleBox .sub_title h1 span{
    margin-right: 22px;
}
.sub_title2_s{
    width: 250px;
    height: 48px;
    position: relative;
}
.sub_title2_s img{
    width: 100%;
    height: 100%;
}
.sub_title2_s h1{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-family: 'DFPSongW12-GB';
    font-style: italic;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sub_title3{
    font-size: 34px;
    color: #134fa0;
    font-family: 'DFPSongW12-GB';
    line-height: 90px;
}
.sub_title3 .sub_title_img2{
    width: 21px;
    margin-right: 18px;
}